home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1991-11-14 | 11.9 KB | 515 lines |
- @DefineProject
- @Immediate = 1
- @Name = "Graphix Starter Kit"
- @Version = "1.02"
- @OutDrive = C
- @Subdir = "\\STARWARE"
- @EndProject
- @Display
- @Cls
-
- Welcome to the Graphix Starter Kit version @Version.
-
- The idea of this kit is to introduce new users to the world of
- graphics with some very useful utilities. Experienced users will
- also find them a welcome addition to their arsenal of image handling
- programs.
-
- All included programs are Shareware and if found useful should
- be registered. Registered program owners may receive manuals,
- updates, or a more powerful version of the program. Starware
- Publishing Corporation is not affiliated with the authors of these
- programs.
-
- You may press [Esc] at any time to abort installation.
-
- @Pause
-
- @EndDisplay
- @Display
-
- The programs included with this kit are as follows:
-
- PKzip & PKunzip --- ver 1.10 ---- archive utility
- Compushow --------- ver 8.23a --- DOS viewer
- VPIC -------------- ver 4.0 ----- DOS viewer
- Paint Shop -------- ver 2.02 ---- Windows viewer and file converter
- Zip Manager ------- ver 3.01 ---- Windows program works with PKzip
- STARWARE.GRP -------------------- Program Manager Group
- Index???.GIF -------------------- 800x600 Preview Images
-
- *** Follow directions for installing Program Manager Group ***
-
- @Pause
- @EndDisplay
- @GetGroups
- @SET A = "Windows & DOS installation ... 1,114K"
- @SET B = "Windows only installation .... 779K"
- @SET C = "DOS only installation ....... 663K"
- @Cls
-
- A "Windows & DOS installation" is recommended.
-
-
-
-
-
- The "Windows" programs are best suited for resizing or altering
- images and managing them in a compressed form. Many Windows systems
- require enhanced drivers to view 256 color images. The Standard VGA
- driver that comes with Windows only supports 16 simultaneous colors.
-
- The "DOS" programs are very easy to use and require very little
- configuration. They are also much faster at displaying images. The
- DOS programs also feature good slideshow capabilities.
-
- Use the [Up Arrow] & [Down Arrow] keys to move the highlight bar to
- the type of installation you prefer. Press [Enter] to continue.
-
- @EndGroups
- @If ('A' [= @Group)
- @Goto BOTH
- @EndIf
- @If ('B' [= @Group)
- @Goto WINDOWS
- @EndIf
- @If ('C' [= @Group)
- @Goto DOS
- @EndIf
- DOS:
- @DefineProject
- @Subdir = "\\DOS"
- @EndProject
- @GetOutDrive
- @CLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- "DOS Utilities"
-
- You need to select which drive to put these utilities. The next
- screen lets you choose which directory.
-
- This installation does NOT alter your PATH statement. It is
- highly recommended that these files reside in a directory that is
- contained in your PATH statement. We suggest putting them in your
- DOS directory. Usually this is C:\DOS.
-
- @EndOutDrive
- @GetSubdir
- "DOS Utilities"
-
- Now you need to choose which directory.
-
- This installation does NOT alter your PATH statement. It is
- highly recommended that these files reside in a directory that is
- contained in your PATH statement. We suggest putting them in your
- DOS directory. Usually this is C:\DOS.
-
- @PROMPT = " Which subdirectory ? "
-
- @EndSubdir
- @DefineDisk
- @Label = "Disk #1"
- @File PKZ110.EXE @Out1M *.*
- @File CSHW823A.ZIP @Out1M *.*
- @File VPIC40.ZIP @Out1M *.*
- @EndDisk
- @Display
- @ChDrive @OutDrive
- @ChDir "@SubDir"
- @Spawn ("PKZ110.EXE")
- @System "del pkz110.exe"
- @Spawn ("PKUNZIP CSHW823A.ZIP")
- @System "del cshw823a.zip"
- @Spawn ("PKUNZIP VPIC40.ZIP")
- @System "del vpic40.zip"
- @EndDisplay
- @Display
- @CLS
-
- The following utilities have been added to @OutDrive:@Subdir
-
- PKZIP & PKUNZIP ---- Execute these programs for instructions
- CSHOW -------------- Execute this program to view images
- VPIC & CONFIG ------ Execute CONFIG to configure VPIC
-
- You will now have the option to install Preview Images.
-
- @Pause
- @EndDisplay
- @Goto PREVIEW
- WINDOWS:
- @DefineProject
- @Subdir = "\\WINDOWS"
- @EndProject
- @GetOutDrive
- @CLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- "Windows Utilities"
-
- You need to select which drive to put these utilities. The next
- screen lets you choose which directory.
-
- This installation does NOT alter your PATH statement. A Program
- Manager Group has been created for you. In order for this Group
- to work properly you should choose the Windows drive and directory
- for this part of the installation. Usually this is C:\WINDOWS.
-
- @EndOutDrive
- @GetSubdir
- "Windows Utilities"
-
- You need to select which drive to put these utilities. The next
- screen lets you choose which directory.
-
- This installation does NOT alter your PATH statement. A Program
- Manager Group has been created for you. In order for this Group
- to work properly you should choose the Windows drive and directory
- for this part of the installation. Usually this is C:\WINDOWS.
-
- @PROMPT = " Which subdirectory ? "
-
- @EndSubdir
- @DefineDisk
- @Label = "Disk #1"
- @File PKZ110.EXE @Out1M *.*
- @File PS202.ZIP @Out1M *.*
- @File ZM301.ZIP @Out1M *.*
- @File STARWARE.GRP @Out1M *.*
- @EndDisk
- @Display
- @ChDrive @OutDrive
- @ChDir "@SubDir"
- @Spawn ("PKZ110.EXE")
- @System "del pkz110.exe"
- @Spawn ("PKUNZIP PS202.ZIP")
- @System "del ps202.zip"
- @Spawn ("PKUNZIP ZM301.ZIP")
- @System "del zm301.zip"
- @EndDisplay
- @Display
- @CLS
-
- The following utilities have been added to @OutDrive:@Subdir
-
- PKZIP & PKUNZIP ----- Needed for execution with Zip Manager
- Paint Shop ---------- for image editing and viewing
- Zip Manager --------- Works with PKzip utilities
- STARWARE.GRP -------- Program Manager Group
-
- *** Follow directions for installing a Program Manager Group ***
-
- You will now have the option to install Preview Images.
-
- @Pause
- @EndDisplay
- @Goto PREVIEW
- BOTH:
- @DefineProject
- @Subdir = "\\DOS"
- @EndProject
- @GetOutDrive
- @CLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- "DOS Utilities"
-
- You need to select which drive to put these utilities. The next
- screen lets you choose which directory.
-
- This installation does NOT alter your PATH statement. It is
- highly recommended that these files reside in a directory that is
- contained in your PATH statement. We suggest putting them in your
- DOS directory. Usually this is C:\DOS.
-
- @EndOutDrive
- @GetSubdir
- "DOS Utilities"
-
- Now you need to choose which directory.
-
- This installation does NOT alter your PATH statement. It is
- highly recommended that these files reside in a directory that is
- contained in your PATH statement. We suggest putting them in your
- DOS directory. Usually this is C:\DOS.
-
- @PROMPT = " Which subdirectory ? "
-
- @EndSubdir
- @DefineDisk
- @Label = "Disk #1"
- @File PKZ110.EXE @Out1M *.*
- @File CSHW823A.ZIP @Out1M *.*
- @File VPIC40.ZIP @Out1M *.*
- @EndDisk
- @Display
- @ChDrive @OutDrive
- @ChDir "@SubDir"
- @Spawn ("PKZ110.EXE")
- @System "del pkz110.exe"
- @Spawn ("PKUNZIP CSHW823A.ZIP")
- @System "del cshw823a.zip"
- @Spawn ("PKUNZIP VPIC40.ZIP")
- @System "del vpic40.zip"
- @EndDisplay
- @Display
- @CLS
-
- The following utilities have been added to @OutDrive:@Subdir
-
- PKZIP & PKUNZIP ----- Execute these programs for instructions
- CSHOW --------------- Execute this program to view images
- VPIC & CONFIG ------- Execute CONFIG to configure VPIC
-
- This is the first part of the installation. Next you will need
- to install the Windows utilities.
-
- @Pause
- @EndDisplay
- @DefineProject
- @Subdir = "\\WINDOWS"
- @EndProject
- @GetOutDrive
- @CLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- "Windows Utilities"
-
- You need to select which drive to put these utilities. The next
- screen lets you choose which directory.
-
- This installation does NOT alter your PATH statement. A Program
- Manager Group has been created for you. In order for this Group
- to work properly you should choose the Windows drive and directory
- for this part of the installation. Usually this is C:\WINDOWS.
-
- @EndOutDrive
- @GetSubdir
- "Windows Utilities"
-
- You need to select which drive to put these utilities. The next
- screen lets you choose which directory.
-
- This installation does NOT alter your PATH statement. A Program
- Manager Group has been created for you. In order for this Group
- to work properly you should choose the Windows drive and directory
- for this part of the installation. Usually this is C:\WINDOWS.
-
- @PROMPT = " Which subdirectory ? "
-
- @EndSubdir
- @If (@Exists "@OutDrive:\\@SubDir\\PKZIP.EXE")
- @Goto NOPKZIP
- @Else @Goto YESPKZIP
- @Pause
- @EndIf
- NOPKZIP:
- @DefineDisk
- @Label = "Disk #1"
- @File PS202.ZIP @Out1M *.*
- @File ZM301.ZIP @Out1M *.*
- @File STARWARE.GRP @Out1M *.*
- @EndDisk
- @Display
- @ChDrive @OutDrive
- @ChDir "@SubDir"
- @ChDir "@SubDir"
- @Spawn ("PKUNZIP PS202.ZIP")
- @System "del ps202.zip"
- @Spawn ("PKUNZIP ZM301.ZIP")
- @System "del zm301.zip"
- @EndDisplay
- @Display
- @CLS
-
- The following utilities have been added to @OutDrive:@Subdir
-
- Paint Shop ---------- for image editing and viewing
- Zip Manager --------- Works with PKzip utilities
- STARWARE.GRP -------- Program Manager Group
-
- *** Follow directions for installing a Program Manager Group ***
-
- You will now have the option to install Preview Images.
-
- @Pause
- @EndDisplay
- @Goto PREVIEW
-
- YESPKZIP:
- @DefineDisk
- @Label = "Disk #1"
- @File PKZ110.EXE @Out1M *.*
- @File PS202.ZIP @Out1M *.*
- @File ZM301.ZIP @Out1M *.*
- @File STARWARE.GRP @Out1M *.*
- @EndDisk
- @Display
- @ChDrive @OutDrive
- @ChDir "@SubDir"
- @Spawn ("PKZ110.exe")
- @System "del pkz110.exe"
- @ChDir "@SubDir"
- @Spawn ("PKUNZIP PS202.ZIP")
- @System "del ps202.zip"
- @Spawn ("PKUNZIP ZM301.ZIP")
- @System "del zm301.zip"
- @EndDisplay
- @Display
- @CLS
-
- The following utilities have been added to @OutDrive:@Subdir
-
- PKZIP & PKUNZIP ----- Needed for execution with Zip Manager
- Paint Shop ---------- for image editing and viewing
- Zip Manager --------- Works with PKzip utilities
- STARWARE.GRP -------- Program Manager Group
-
- *** Follow directions for installing a Program Manager Group ***
-
- You will now have the option to install Preview Images.
-
- @Pause
- @EndDisplay
-
- PREVIEW:
- @GetGroups
- @SET D = "Install Preview Images to hard disk ... 1,273K"
- @SET E = "Do not install, Exit to DOS"
- @Cls
-
- Viewing Preview Images from hard disk is much faster.
-
-
-
-
-
- The Preview Images are thumbnail representions of all RAD Graphix
- and 1992 Swimsuit Calendar images. These images can be viewed from
- the floppy disks if hard disk space is limited. However, loading
- images from a hard disk can be 2 to 10 times faster.
-
- Use the [Up Arrow] & [Down Arrow] keys to move the highlight bar to
- the type of installation you prefer. Press [Enter] to continue.
-
- @EndGroups
- @If ('D' [= @Group)
- @Goto INSTALL
- @EndIf
- @If ('E' [= @Group)
- @Goto QUIT
- @EndIf
- INSTALL:
- @DefineProject
- @Subdir = "\\starware"
- @EndProject
- @GetOutDrive
- @CLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- "Preview Images"
-
- You need to select which drive to put your preview images on. The
- next screen lets you choose which directory.
-
- These images are thumbnail representations of all the images
- found in RAD Graphix and 1992 Swimsuit Calendar products.
-
-
- @EndOutDrive
- @GetSubdir
- "Preview Images"
-
- Now you need to choose which sub-directory.
-
- These images are thumbnail representations of all the images
- found in RAD Graphix and 1992 Swimsuit Calendar products.
-
- @PROMPT = " Which subdirectory ? "
-
- @EndSubdir
- @DefineDisk
- @Label = "Disk #1"
- @File INDEX901.GIF @Out1M *.*
- @File INDEX902.GIF @Out1M *.*
- @File INDEX903.GIF @Out1M *.*
- @File INDEX904.GIF @Out1M *.*
- @File INDEX905.GIF @Out1M *.*
- @EndDisk
- QUIT:
- @Finish
- @CLS
-
- Thank you for your interest in our products.
-
- This is THE END of the installation. You will now exit to DOS.
-
- @Pause
- @EndFinish
-